Remove a redundant const
authorMatthias Clasen <mclasen@redhat.com>
Sun, 22 Mar 2015 19:18:35 +0000 (15:18 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 22 Mar 2015 19:18:35 +0000 (15:18 -0400)
const gchar const is still just const gchar, unless there's
indirections in between.

gtk/gtkprintunixdialog.c

index cca1dc54099ddaf30d5409efff35ab7ee320742b..9f994cfd5b6591ffb5c3957afbf10fc1159fe305 100644 (file)
@@ -207,7 +207,7 @@ static GObject *gtk_print_unix_dialog_buildable_get_internal_child  (GtkBuildabl
                                                                      GtkBuilder   *builder,
                                                                      const gchar  *childname);
 
-static const gchar const common_paper_sizes[][16] = {
+static const gchar common_paper_sizes[][16] = {
   "na_letter",
   "na_legal",
   "iso_a4",